home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / GLX / README < prev   
Encoding:
Text File  |  1994-08-02  |  2.3 KB  |  55 lines

  1.  
  2.   --------------------------------------------------------------------------
  3.   Explanation of the contents of toolbox/src/exampleCode/GLX mixed model dir
  4.   --------------------------------------------------------------------------
  5.  
  6.     This subtree contains source code for mixed model demos:
  7.  
  8.              `!' indicates new or updated as of version 4.2
  9.  
  10.  
  11.     DBglxwidgetOpenGL:  Xt/Motif widget for GL/OpenGL rendering. Switchable
  12.                  between single and double buffering. 
  13.  
  14.     DBglxwidget: A double-buffered overlay program.  includes a double-
  15.                  buffered implementation of the glxwidget found in 
  16.                  ~4Dgifts/examples/GLX/glxwidget/widget.  this program is 
  17.                  based on the ~4Dgifts/examples/grafix/overlay_cursor.c 
  18.                  example.
  19.  
  20.     basics     : a collection of basic Motif-based Mixed Model programs.
  21.  
  22.     buffer     : Contains 2 programs (one GL-Xlib and one GL-Motif) 
  23.                  demonstrating switching between single and double -buffer 
  24.                  mode.  This is useful technique for bitplane-limited
  25.                  machines like Indigo starter or the 8-bit Personal IRIS.
  26.  
  27.     cutnpaste  : Contains a mixed model program that displays a molecule,
  28.                  and illustrates the use of the Motif Clipboard for doing
  29.                  cut and paste between applications.
  30.  
  31.     dials+buttons: Contains a GL-Xlib mixed model imitation of the Dial & 
  32.                    Button Box Confidence Test which lives in the "System" 
  33.                    Toolchest.
  34.  
  35.     dualhead   : illustrates the basics of writing code that can take 
  36.          advantage of multiple screens. 
  37.  
  38.     littleRedCap:  An interference checking and capping demo
  39.  
  40.     rubberband : motif demo implementing a rubber band.
  41.  
  42.     tablet     : Contains a GL-Xlib mixed model "line drawing" tablet demo.
  43.  
  44.  !  texvol     : performs volume rendering using 2d or 3d textures.
  45.  
  46.  
  47.     Be sure to also consult the ~4Dgifts/examples/GLX subtree for other
  48.     mixed model examples:  "gl-Xlib" houses unadulterated "stone knives and 
  49.     bearskins" GL-Xlib examples, and "glxwidget" is a subtree containing 
  50.     source for the GlxDraw and GlxMDraw widget (draws GL inside of an 
  51.     Xt-based program), as well as demos implementing these widgets in a
  52.     Motif and Athena widget context.
  53.  
  54.  
  55.